home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / MODE < prev    next >
Encoding:
Text File  |  1993-05-04  |  2.8 KB  |  63 lines

  1. Usage: MODE *|<channel> [+|-]<modechars> [<parameters>]
  2.        MODE *|<channel> [+|-]b [<nick>[!<user>[@<host>]]]
  3.        MODE <nick> [+|-]<umodechars>
  4.  
  5.   Mode command is quite complicated and it allows channel
  6.   operators to change channel mode, or any user to change
  7.   their personal mode. For a channel mode, <modechars> is one of 
  8.   the following:
  9.     i           - channel is invite only
  10.     k <key>     - Adds join key <key> to the channel.  Keys can added or
  11.           removed (MODE <channel> -k <key>), but not changed.
  12.     l <number>  - channel is limited, where <number> is the
  13.                   maximum number of users allowed
  14.     m           - channel is moderated (only channel operators talk)
  15.     n           - No MSGs to the channel are allowed
  16.           from someone outside the channel.
  17.     o <nick>    - Makes <nick> a channel operator
  18.     p           - channel is private
  19.     s           - channel is secret
  20.                   Note: On 2.8 servers you cannot set both +p and +s modes
  21.     t           - topic limits, only the channel operators may change it
  22.     v <nick>    - Gives someone a voice to talk on a moderated channel. 
  23.  
  24.   A + or - sign determines whether the specified mode should be
  25.   added or deleted.
  26.   If you supply * as channel name, modes will apply to your current channel.
  27.  
  28.   The second form of the MODE command allows you to ban
  29.   somebody from a channel. This is done by specifying
  30.   a sting of the form nick!user@host. For example:
  31.     MODE #MyChannel +b *!*@gus.*
  32.   bans everybody from the channel who is on IRC from any
  33.   machine whose name is gus.
  34.     MODE #MyChannel +b netw1z
  35.   bans anybody using the nickname netw1z.
  36.     MODE #MyChannel +b *!merklin@*
  37.   bans anybody whose user name is merklin.
  38.     MODE #MyChannel +b jerk!tug@boat.edu
  39.   bans the user tug@boat.edu from the channel whenever he
  40.   is using the nickname "jerk".
  41.  
  42.   If you are channel operator, you can list the bans in effect on a channel:
  43.     MODE #MyCHannel b
  44.  
  45.   The third form of the MODE command allows you to modify your
  46.   personal parameters. You can precede any combination of the
  47.   following with + or - (+to switch that mode on, - to switch it off).
  48.  
  49.     o        - IRC operator status. You may not turn this on
  50.                with mode. To assert operator status, you must use OPER
  51.     w        - Receive WALLOPS (messages directed at all operators.
  52.                see WALLOPS.
  53.     s        - Receive server notices. This includes KILL notices
  54.                and notices about what is happening with links
  55.                to the local server.
  56.     i        - Render yourself invisible. This prevents you from
  57.                being seen in WHO and WHOIS information, unless
  58.                somebody specifies your exact nickname with WHOIS.
  59.  
  60. Note:
  61.   Attempting to avoid a ban placed on you  may result in
  62.   forcible removal from IRC or being banned from your server.
  63.